13. 结论和可视展示
结论和可视展示
得出结论并创建可视效果,以在 Jupyter notebook 中传达结果!确保解决以下问题。
Q1: 与2008年相比,2018年是否有更多的车型(去重后)使用替代能源?比例增长了多少?
Q2: 各车辆类别(veh_class)在燃料经济性方面的改进(mpg 的增长)是多少?
Q3: SmartWay 车辆的特点是什么?它们是否随时间推移发生了改变?(mpg,温室气体排放量)
Q4: 哪些特征与更好的燃料经济性 (mpg) 相关联?
Workspace
This section contains either a workspace (it can be a Jupyter Notebook workspace or an online code editor work space, etc.) and it cannot be automatically downloaded to be generated here. Please access the classroom with your account and manually download the workspace to your local machine. Note that for some courses, Udacity upload the workspace files onto https://github.com/udacity , so you may be able to download them there.
Workspace Information:
- Default file path:
- Workspace type: jupyter
- Opened files (when workspace is loaded): n/a
最后一个问题!
第 5 个问题:对于 2008 年生产且 2018 年仍在生产中的车型,mpg 有多少改进,哪些车辆的改进最多?
这个问题是关于 2008 年以来不断更新换代且 2018 年仍在生产的车型。要回答此问题,我们需要找到两个数据集中都存在的车型,那么先让我们来了解如何将两个数据集合并。